html, body {
  background: #fff;
}


ul, li {
  list-style: none;
  padding: 0;
  margin: 0
}

.am-gallery-bordered .am-gallery-item img,
.am-gallery-overlay .am-gallery-item img {
	height: 14rem;
}




/*轮播*/

.am-slider-default .am-control-nav {
	width: 100%;
	position: absolute;
	bottom: 1.5rem;
	text-align: center;
}


/*图标*/

.icon {
	margin: 2rem 0;
}

.icon-item {
	text-align: center;
}

.icon-item a {
	display:block;
	text-align: center;
}

.icon-item span {
	display:block;
	font-size: 1.8rem;
	text-align: center;
	color: #666;
}


/*产品*/

.product {
	margin: 2rem 0;
}


/*关于*/

.about {
	margin: 2rem 0;
}


/*新闻*/

.news {
	margin: 2rem 0;
}

.news .am-list>li {
	border: 0;
	line-height: 3rem;
}

.news .am-list>li>a {
	color: #333;
	font-size: 1.6rem;
}

.news .am-list>li>a:hover {
	color: #0e90d2;
}


/*案例*/

.case {
	margin: 20px 0;
}


/*页脚*/

footer {
	border-top: 1px solid #ddd;
}

/*单页*/

.am-article{
	padding:5px;
}

.am-article-title{
	background: #0e90d2;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 2px;
	font-size:16px;
	color: #fff;
	line-height: 35px;
	text-align: left;
	padding-left: 10px;
}

/*列表*/
.list{
	padding-bottom: 18px;
}

.list .am-gallery-bordered .am-gallery-item{
	padding:0;
	border: 1px solid #fff;
	box-shadow: 3px 3px 5px #aaa;
}

.list .am-gallery-bordered .am-gallery-title{
	margin-top:0;
	padding:5px;
}

.list .am-gallery-bordered .am-gallery-title:hover{
	color:#0e90d2;
}




/*內容*/
.article{
	padding: 5px;
	width: 100%;
	margin: 0 auto;
}

.article .title{
	background: #0e90d2;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 2px;
	color: #fff;
}
.pagination{
	padding: 5px;
}

.am-article img{
	width: 100%;
	height:auto;
}

.am-article video{
	width:100%;
}




